home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softline PAY-CD
/
Softline PAY-CD(1994).iso
/
programm
/
allclear
/
demo
/
disk1
/
examples
/
atutor.cmp
/
CASEIF.ACL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-08-06
|
451 b
|
22 lines
Sample If in a Case Structure
First statement.
Question:
(Choice #1)
Statement for choice #1.
{ This is an if which takes place of Choice #2 }
() If Question?
(Yes) Statement on Yes branch.
(No) Statement on No branch.
?end
(Choice #3)
Statement for choice #3.
:end
Last statement.